Termination Proof Script
Consider the TRS R consisting of the rewrite rule
|
1: |
|
f(f(a,a),x) |
→ f(x,f(a,f(a,f(a,a)))) |
|
There are 3 dependency pairs:
|
2: |
|
F(f(a,a),x) |
→ F(x,f(a,f(a,f(a,a)))) |
3: |
|
F(f(a,a),x) |
→ F(a,f(a,f(a,a))) |
4: |
|
F(f(a,a),x) |
→ F(a,f(a,a)) |
|
The approximated dependency graph contains one SCC:
{2}.
-
Consider the SCC {2}.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006